home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #9 / Amiga Plus CD - 2004 - No. 09.iso / amigaplus / tools / dev_libs / feelin040718 / include / clib / feelincc_protos.h < prev   
C/C++ Source or Header  |  2004-08-03  |  402b  |  19 lines

  1. #ifndef CLIB_FEELINCC_PROTOS_H
  2. #define CLIB_FEELINCC_PROTOS_H
  3.  
  4. /*
  5. **    $VER: feelincc_protos.h 7.0 (2004/07/18)
  6. **
  7. **    C prototype definitions
  8. **
  9. **    © 2001-2004 Olivier LAVIALE (gofromiel@numericable.fr)
  10. */
  11.  
  12. #ifndef     EXEC_TYPES_H
  13. #include    <exec/types.h>
  14. #endif
  15.  
  16. struct TagItem *        F_Query                 (ULONG Which,struct FeelinBase *Feelin);
  17.  
  18. #endif   /* CLIB_FEELINCC_PROTOS_H */
  19.